home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / api / mulhelp.ma_ / mulhelp.MAK
Encoding:
Text File  |  1995-03-05  |  328 b   |  12 lines

  1. #----------------------
  2. # MULHELP.MAK make file
  3. #----------------------
  4.  
  5. mulhelp.dll : mulhelp.obj mulhelp.def
  6.      link mulhelp ewapi2.lib, mulhelp.dll /align:16, NUL, /noe ldllcew libw, mulhelp
  7.      rc mulhelp.dll
  8.      ren mulhelp.dll mulhelp.ewd
  9.  
  10. mulhelp.obj : mulhelp.c
  11.      cl -c -ALw -Gsw -Ow -W2 -Zp mulhelp.c
  12.